home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / Falcon / CENTEK / CENTSCRN / DEV / PURE_C / EXEMPLES / CENTSCRN.PRJ < prev   
Encoding:
Text File  |  1998-02-20  |  635 b   |  20 lines

  1. ;>>>>>>> DEFAULT.PRJ for use with single module programs <<<<<<<<
  2.  
  3. centdemo.prg                  ; name of executable program is topmost window
  4. .C [ -Y ]
  5. .L [ -G -L -Y ]
  6. .S [ -Y ]
  7. =                  ; list of modules follows...
  8.  
  9. PCSTART.O          ; startup code
  10.  
  11. centscrn.c                  ; compile topmost window
  12.  
  13. PCFLTLIB.LIB       ; floating point library
  14. PCSTDLIB.LIB       ; standard library
  15.  
  16. PCEXTLIB.LIB       ; extended library
  17. PCTOSLIB.LIB       ; TOS library
  18. PCGEMLIB.LIB       ; AES and VDI library
  19. PCDOLMEN.LIB             ; librairie de Dolmen
  20. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<